1 write to ApplyChanges
WsatUI (1)
MMCUI\WSATControl.cs (1)
55propertySheetPage.ApplyChanges += new ApplyChangesEventHandler(OnApplyChanges);
2 references to ApplyChanges
WsatUI (2)
MMCUI\WSATPropertySheet.cs (2)
240if (this.ApplyChanges != null) 242succeeded = this.ApplyChanges();