Exemplo n.º 1
0
 virtual protected void OnMonitorDragOver(MonitorDragEventArgs e)
 {
     if (MonitorDragOver != null)
     {
         MonitorDragOver(this, e);
     }
 }
Exemplo n.º 2
0
 virtual protected void OnMonitorDragDrop(MonitorDragEventArgs e)
 {
     if (MonitorDragDrop != null)
     {
         MonitorDragDrop(this, e);
     }
 }
Exemplo n.º 3
0
 protected virtual void OnMonitorDragOver(MonitorDragEventArgs e)
 {
     if (MonitorDragOver != null)
     {
         MonitorDragOver(this, e);
     }
 }
Exemplo n.º 4
0
 protected virtual void OnMonitorDragDrop(MonitorDragEventArgs e)
 {
     if (MonitorDragDrop != null)
     {
         MonitorDragDrop(this, e);
     }
 }