1 write to BeforeApplyChanges
WsatUI (1)
MMCUI\WSATControl.cs (1)
54
propertySheetPage.
BeforeApplyChanges
+= new BeforeApplyChangesEventHandler(OnBeforeApplyChanges);
2 references to BeforeApplyChanges
WsatUI (2)
MMCUI\WSATPropertySheet.cs (2)
225
if (this.
BeforeApplyChanges
!= null)
227
valid = this.
BeforeApplyChanges
();