 | ViewEventEventDelegate Delegate |
Event has occurred.
Namespace: Slash.Unity.Common.ViewModelsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic delegate void EventDelegate(
Object eventArgs
)
Public Delegate Sub EventDelegate (
eventArgs As Object
)
public delegate void EventDelegate(
Object^ eventArgs
)
type EventDelegate =
delegate of
eventArgs : Object -> unit
Parameters
- eventArgs
- Type: SystemObject
Event parameters.
See Also