TClrCompNotifyEvent Class
This class allows the user to register, unregister or get the Delphi object which raised the .Net event handler.
TObject
CNClrLib.Control.Base.TClrCompNotifyEvent
CNClrLib.Control.Base.TClrCompNotifyEvent
The TClrCompNotifyEvent type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() ![]() | &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. |