HandleCommand Delegate |
Namespace: SxcDeskAppLib
public delegate Object HandleCommand( int cat, int id, Object obj )
Public Delegate Function HandleCommand ( cat As Integer, id As Integer, obj As Object ) As Object
public delegate Object^ HandleCommand( int cat, int id, Object^ obj )
type HandleCommand = delegate of cat : int * id : int * obj : Object -> Object