[Visual Basic] Public Delegate Function Sub DashBoard.ModifyControl( _ ByVal code As String _ ) [C#] public delegate void DashBoard.ModifyControl( string code ) [C++] public __gc __delegate void DashBoard.ModifyControl( String* code )
[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.
Namespace: Recorder
Assembly: White.Recorder (in White.Recorder.exe)