RFEventManagerTRemoveHandler Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void RemoveHandler(
string eventName,
Object element,
Delegate handler
)
Public Shared Sub RemoveHandler (
eventName As String,
element As Object,
handler As Delegate
)
public:
static void RemoveHandler(
String^ eventName,
Object^ element,
Delegate^ handler
)
static member RemoveHandler :
eventName : string *
element : Object *
handler : Delegate -> unit
Parameters
- eventName
- Type: SystemString
- element
- Type: SystemObject
- handler
- Type: SystemDelegate
See Also