Delegate File
|
public delegate void ActivateEventHandler( bool restoreStatus )
Public Delegate Sub ActivateEventHandler ( restoreStatus As Boolean )
public delegate void ActivateEventHandler( bool restoreStatus )
type ActivateEventHandler = delegate of restoreStatus : bool -> unit