.Net Runtime Library for Delphi
Close
CNClrLib.Host.TClrEventHandler Type

A standard method pointer for handling .net events invoked in the Common Language Runtime which does not return a value.

File: CNClrLib.Host.pas

Namespace: CNClrLib.Host

Syntax
Delphi
TClrEventHandler = procedure (ASender: _ClrObject; AEventArgs: _ClrEventArgs);