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