private static extern void ExportWidgetEvent_DelegateKeySetFocus( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateChangeProperty( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateKeyButtonReleased( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateToolTip( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateActionInfo( ExportHandle _delegate );
Beispiel #6
0
 public static extern void ExportComboBoxEvent_DelegateComboChangePosition(ExportHandle _delegate);
Beispiel #7
0
 public static extern void ExportWidgetEvent_DelegateChangeProperty(ExportHandle _delegate);
Beispiel #8
0
 private static extern void ExportItemBoxEvent_DelegateSelectItemAccept(ExportHandle _delegate);
Beispiel #9
0
 public ExportEventSelectItemAccept(ExportHandle _delegate)
 {
     mDelegate = _delegate;
     ExportItemBoxEvent_DelegateSelectItemAccept(mDelegate);
 }
Beispiel #10
0
 private static extern void ExportItemBoxEvent_DelegateChangeItemPosition(ExportHandle _delegate);
Beispiel #11
0
 public ExportEventChangeItemPosition(ExportHandle _delegate)
 {
     mDelegate = _delegate;
     ExportItemBoxEvent_DelegateChangeItemPosition(mDelegate);
 }
Beispiel #12
0
 public ExportEventMouseItemActivate(ExportHandle _delegate)
 {
     mDelegate = _delegate;
     ExportItemBoxEvent_DelegateMouseItemActivate(mDelegate);
 }
Beispiel #13
0
 private static extern void ExportItemBoxEvent_DelegateMouseItemActivate(ExportHandle _delegate);
Beispiel #14
0
 public static extern void ExportWidgetEvent_DelegateChangeCoord(ExportHandle _delegate);
 private static extern void ExportWidgetEvent_DelegateMouseButtonDoubleClick( ExportHandle _delegate );
Beispiel #16
0
 private static extern void ExportItemBoxEvent_DelegateDrawItem(ExportHandle _delegate);
 public ExportEventMouseButtonReleased( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateMouseButtonReleased( mDelegate );
 }
 public ExportEventComboAccept( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportComboBoxEvent_DelegateComboAccept( mDelegate );
 }
 public static extern void ExportMultiListBoxEvent_DelegateListSelectAccept( ExportHandle _delegate );
 public ExportEventComboChangePosition( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportComboBoxEvent_DelegateComboChangePosition( mDelegate );
 }
 public ExportEventToolTip( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateToolTip( mDelegate );
 }
 public ExportEventListChangePosition( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportMultiListBoxEvent_DelegateListChangePosition( mDelegate );
 }
 public ExportEventActionInfo( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateActionInfo( mDelegate );
 }
 public ExportEventListSelectAccept( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportMultiListBoxEvent_DelegateListSelectAccept( mDelegate );
 }
 public ExportEventChangeProperty( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateChangeProperty( mDelegate );
 }
Beispiel #26
0
 public static extern void ExportScrollBarEvent_DelegateScrollChangePosition(ExportHandle _delegate);
 public ExportEventKeyButtonPressed( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateKeyButtonPressed( mDelegate );
 }
 public ExportEventMouseLostFocus( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateMouseLostFocus( mDelegate );
 }
 public ExportEventKeySetFocus( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateKeySetFocus( mDelegate );
 }
 private static extern void ExportWidgetEvent_DelegateMouseLostFocus( ExportHandle _delegate );
 public ExportEventMouseButtonDoubleClick( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateMouseButtonDoubleClick( mDelegate );
 }
 public ExportEventMouseWheel( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateMouseWheel( mDelegate );
 }
 private static extern void ExportWidgetEvent_DelegateMouseButtonPressed( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateMouseWheel( ExportHandle _delegate );
Beispiel #35
0
 public static extern void ExportComboBoxEvent_DelegateComboAccept(ExportHandle _delegate);
 public ExportEventRootMouseChangeFocus( ExportHandle _delegate )
 {
     mDelegate = _delegate;
     ExportWidgetEvent_DelegateRootMouseChangeFocus( mDelegate );
 }
 public static extern void ExportMultiListBoxEvent_DelegateListChangePosition( ExportHandle _delegate );
 private static extern void ExportWidgetEvent_DelegateRootMouseChangeFocus( ExportHandle _delegate );
 public static extern void ExportMultiListBoxEvent_DelegateOperatorLess( ExportHandle _delegate );
Beispiel #40
0
 public string Export_GetExportData_Post(HttpContext context)
 {
     return(ExportHandle.GetExportData(context));
 }