Beispiel #1
0
 public void onAfterPasteBase(MMEventArgs aArgs)
 {
     try
     {
         onAfterPaste(aArgs);
     }
     catch { }
 }
Beispiel #2
0
 public void onAfterDocumentOpenedBase(MMEventArgs aArgs)
 {
     try
     {
         onDocumentOpened(aArgs);
     }
     catch { }
 }
Beispiel #3
0
 public void onBeforeObjectRemovedBase(MMEventArgs aArgs)
 {
     try
     {
         onBeforeObjectRemoved(aArgs);
     }
     catch { }
 }
Beispiel #4
0
 public void onAfterObjectAddedBase(MMEventArgs aArgs)
 {
     try
     {
         onObjectAdded(aArgs);
     }
     catch { }
 }
Beispiel #5
0
 public void onAfterDocumentDeactivatedBase(MMEventArgs aArgs)
 {
     try
     {
         onDocumentDeactivated(aArgs);
     }
     catch { }
 }
Beispiel #6
0
 public void onBeforeDocumentClipboardDropBase(MMEventArgs aArgs)
 {
     try
     {
         onDocumentClipboardDrop(aArgs);
     }
     catch { }
 }
Beispiel #7
0
 public void onBeforeDocumentSavedBase(MMEventArgs aArgs)
 {
     try
     {
         onBeforeDocumentSaved(aArgs);
     }
     catch { }
 }
Beispiel #8
0
 public virtual bool onKeyDown(MMEventArgs aArgs)
 {
     return(false);
 }
Beispiel #9
0
 public virtual void onBeforeObjectRemoved(MMEventArgs aArgs)
 {
 }
Beispiel #10
0
 public virtual void onObjectAdded(MMEventArgs aArgs)
 {
 }
Beispiel #11
0
 public virtual void onObjectChanged(MMEventArgs aArgs)
 {
 }
Beispiel #12
0
 public virtual void onDocumentClosed(MMEventArgs aArgs)
 {
 }
Beispiel #13
0
 public virtual bool onSysKeyUp(MMEventArgs aArgs)
 {
     return(false);
 }
Beispiel #14
0
 public virtual void onAfterPaste(MMEventArgs aArgs)
 {
 }
Beispiel #15
0
 public virtual void onDocumentClipboardPaste(MMEventArgs aArgs)
 {
 }
Beispiel #16
0
 public virtual void onDocumentDeactivated(MMEventArgs aArgs)
 {
 }
Beispiel #17
0
 public virtual void onBeforeDocumentSaved(MMEventArgs aArgs)
 {
 }
Beispiel #18
0
 public virtual void onDocumentOpened(MMEventArgs aArgs)
 {
 }
Beispiel #19
0
 public virtual void onDocumentClipboardDrop(MMEventArgs aArgs)
 {
 }