Exemplo n.º 1
0
 public new event EventHandler <ContextMenuBuilderEventArgs> ContextMenuBuilder;// = delegate { }; // cannot be null, important for thread safety;
 protected virtual void OnContextMenuBuilder(ContextMenuBuilderEventArgs e)
 {
     ContextMenuBuilder.Raise(this, e);
 }