C# Class ME3Explorer.PeriodicUpdater

Inheritance: System.Windows.DependencyObject, INotifyPropertyChanged
ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
IntervalProperty System.Windows.DependencyProperty

Public Methods

Method Description
Start ( double interval ) : void
Stop ( ) : void

Private Methods

Method Description
IntervalChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Timer_Tick ( object sender, EventArgs e ) : void

Method Details

Start() public method

public Start ( double interval ) : void
interval double
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

IntervalProperty public_oe static_oe property

public static DependencyProperty,System.Windows IntervalProperty
return System.Windows.DependencyProperty