public delegate void EventListener ( Object obj ) ;
public delegate void EventListenerInit ( ) ;
public delegate void FocusHandler ( Object p1,
bool p2 ) ;
public static delegate bool Function ( ) ;
public delegate int KeySnoopFunc ( KeyEventStruct event,
void** func_data ) ;
public delegate void PropertyChangeHandler ( Object p1,
PropertyValues p2 ) ;
public delegate void EventListener ( Object obj ) ;
public delegate void EventListenerInit ( ) ;
public delegate void FocusHandler ( Object p1,
bool p2 ) ;
public static delegate bool Function ( ) ;
public delegate int KeySnoopFunc ( KeyEventStruct event,
void** func_data ) ;
public delegate void PropertyChangeHandler ( Object p1,
PropertyValues p2 ) ;
Created by Valadoc