Example #1
0
 internal BeforeVertexDigitizedEventArgs(_DMapEvents_BeforeVertexDigitizedEvent args)
 {
     _args = args;
     if (args == null)
     {
         throw new NullReferenceException("Internal reference is null.");
     }
 }
Example #2
0
 private void MapBeforeVertexDigitized(object sender, _DMapEvents_BeforeVertexDigitizedEvent e)
 {
     Invoke(sender, BeforeVertexDigitized, new BeforeVertexDigitizedEventArgs(e));
 }