1 instantiation of PropertyTabChangedEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4290
OnPropertyTabChanged(new
PropertyTabChangedEventArgs
(oldTab, viewTabs[i]));
2 references to PropertyTabChangedEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3344
protected virtual void OnPropertyTabChanged (
PropertyTabChangedEventArgs
e) {
winforms\Managed\System\WinForms\PropertyTabChangedEventHandler.cs (1)
17
public delegate void PropertyTabChangedEventHandler(object s,
PropertyTabChangedEventArgs
e);