Contains methods to create events
File: CNClrLib.Core.Intf.pas
Namespace: CNClrLib.Core.Intf
|
Name |
Description |
![]() |
Converts an
unmanaged function pointer as integer to managed pointer.
| |
![]() |
Add
an event to the specified target object using the specified
event name and a function pointer which is the
event handler.
| |
![]() |
Add an event
directly
to the specified target object using the specified event
name and function pointer which is the
event handler.
| |
![]() |
Add an event directly to the specified target object using the specified event name
and delegate.
| |
![]() |
Add an event to the specified target object using the specified event name
and delegate.
| |
![]() |
Add
an event to the specified static target type using the specified
event name and a function pointer which is the
event handler.
| |
![]() |
Add an event
directly
to the specified static target type using the specified event
name and function pointer which is the
event handler.
| |
![]() |
Add an event directly
to the specified static target type using the specified event name
and delegate.
| |
![]() |
Add an event to the specified static target type using the specified event name
and delegate.
| |
![]() |
Remove an event from the specified target object using the specified event name
and function pointer (which is the event handler).
| |
![]() |
Remove
an event directly from the specified target
object using the specified event name and function
pointer.
| |
![]() |
Remove an event directly
from the specified target object using the specified event name
and delegate.
| |
![]() |
Remove an event from the specified
target object using the specified event name and delegate.
| |
![]() |
Remove an event from the specified static target type using the specified event name
and function pointer (which is the event handler).
| |
![]() |
Remove an event directly from the specified static target type using the specified event name
and function pointer (which is the event
handler).
| |
![]() |
Remove an event directly from the specified static target type using the specified event name
and delegate.
| |
![]() |
Remove an event from the specified static target type using the specified event name and delegate.
|
What do you think about this topic? Send feedback!
|