コード例 #1
0
 protected virtual void OnCurrentPageChanged(WizardPage oldValue, WizardPage newValue)
 {
     RaiseRoutedEvent(Wizard.PageChangedEvent);
 }
コード例 #2
0
ファイル: Wizard.cs プロジェクト: zzilla/ONVIF-Device-Manager
 protected virtual void OnCurrentPageChanged(WizardPage oldValue, WizardPage newValue)
 {
     RaiseRoutedEvent(Wizard.PageChangedEvent);
 }