3 references to BeforeExpand
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeViewCancelEventHandler.cs (1)
21
/// handle the <see cref='System.Windows.Forms.TreeView.OnBeforeCheck'/>, <see cref='System.Windows.Forms.TreeView.OnBeforeCollapse'/>, <see cref='System.Windows.Forms.TreeView.
BeforeExpand
'/>, or <see cref='System.Windows.Forms.TreeView.BeforeSelect'/> event of a <see cref='System.Windows.Forms.TreeView'/>
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DocumentOutline.cs (2)
317
this.treeView.
BeforeExpand
+= value;
321
this.treeView.
BeforeExpand
-= value;