TClrCompNotifyEvent Class

This class allows the user to register, unregister or get the Delphi object which raised the .Net event handler.

Namespace: CNClrLib.Control.Base
TObject
  CNClrLib.Control.Base.TClrCompNotifyEvent
type
 TClrCompNotifyEvent = class sealed
 end;

The TClrCompNotifyEvent type exposes the following members.

Show:
 NameDescription
Create

Creates and initializes a TClrCompNotifyEvent instance.

Destroy

Frees the resources allocated with a TClrCompNotifyEvent instance.

Top
Show:
 NameDescription
&Register(IClrBaseComponent)

Overloaded. Register the Delphi object which will raise the .Net event handler.

GetSource(TFunc)

Overloaded. Get the Delphi object which raised the .Net event handler.

GetSource(_ClrObject)

Overloaded. Get the Delphi object which raised the .Net event handler.

IsRegistered(IClrBaseComponent)

Check if the Delphi object is registered to raise .Net event handler.

UnRegister(IClrBaseComponent)

Unregister the Delphi object which raised the .Net event handler.

Top