Esempio n. 1
0
 internal ValidateShapeEventArgs(_DMapEvents_ValidateShapeEvent args)
 {
     _args = args;
     if (args == null)
     {
         throw new NullReferenceException("Internal reference is null.");
     }
 }
Esempio n. 2
0
 private void MapValidateShape(object sender, _DMapEvents_ValidateShapeEvent e)
 {
     Invoke(sender, ValidateShape, new ValidateShapeEventArgs(e));
 }
 private void _map_ValidateShape(object sender, _DMapEvents_ValidateShapeEvent e)
 {
 }
Esempio n. 4
0
 static void _map_ValidateShape(object sender, _DMapEvents_ValidateShapeEvent e)
 {
     Debug.Print("Custom validation");
 }