An NDoc Documented Class Library

SafeAutomationEventHandler.Create Delegate

[Visual Basic]
Public Delegate Function Sub  SafeAutomationEventHandler.Create( _ 
   ByVal parameters As Object() _ 
) As UserEvent
[C#]
public delegate UserEvent SafeAutomationEventHandler.Create(
   object[] parameters
)
[C++]
public __gc __delegate UserEvent* SafeAutomationEventHandler.Create(
   Object* parameters __gc[]
)

[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.

Requirements

Namespace: White.Core.Recording

Assembly: White.Core (in White.Core.dll)

See Also

White.Core.Recording Namespace