Exemplo n.º 1
0
 private void EventSinkService_NodeBoundsChanging(NNodeBoundsCancelEventArgs args)
 {
     LogEvent(
         "Document: Node Bounds Changing"
         );
 }
Exemplo n.º 2
0
 private void DesignerEventSinkService_NodeBoundsChanging(NNodeBoundsCancelEventArgs args)
 {
     LogEvent(
         "Designer: Node Bounds Changing"
         );
 }