4 references to DesignerActionUIStateChangeEventArgs
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUIService.cs (3)
50
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Hide));
54
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Show));
62
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Refresh));
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionUIStateChangeEventArgsTests.cs (1)
18
DesignerActionUIStateChangeEventArgs e =
new
(relatedObject, changeType);