An NDoc Documented Class Library

VoidDelegate Delegate

[Visual Basic]
Public Delegate Function Sub  VoidDelegate()
[C#]
public delegate void VoidDelegate()
[C++]
public __gc __delegate void VoidDelegate()

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

Requirements

Namespace: White.Core.UIItems.Actions

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

See Also

White.Core.UIItems.Actions Namespace