.Net Runtime Library for Delphi
Contents
Index
Close
_ClrEventArgs Interface
Collapse All
Expand All
Represents the wrapper interface for .net objects that contain event data
,
and provides a value to use for events that do not include event data.
Inheritance Hierarchy
CNClrLib.Core.Intf._ClrEventArgs
File:
CNClrLib.Core.Intf.pas
Namespace:
CNClrLib.Core.Intf
Syntax
Delphi
_ClrEventArgs
=
dispinterface
;
Properties
Name
Description
EventArgs
Contains the event data and provides a value to use for events that do not include event data. This property can return nil if the eventArgs property from the
event handler
does not inherit from
System.EventArgs
.
EventInfo
Returns the
EventInfo
object that raised event.
EventParams
Returns an array that contains the parameters of the
event handler
which is called if the event is raised.
See Also
_ClrEventArgs Properties
What do you think about this topic?
Send feedback!