C# Class Gu.Wpf.ValidationScope.Demo.ValidationEvents

Exibir arquivo Open project: JohanLarsson/Gu.Wpf.ValidationScope

Public Properties

Property Type Description
EventsProperty System.Windows.DependencyProperty
TrackProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetTrack ( this element, bool value ) : void

Private Methods

Method Description
GetEvents ( this element ) : ObservableCollection
GetTrack ( this element ) : bool
OnTrackChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetEvents ( this element, ObservableCollection value ) : void

Method Details

SetTrack() public static method

public static SetTrack ( this element, bool value ) : void
element this
value bool
return void

Property Details

EventsProperty public_oe static_oe property

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

TrackProperty public_oe static_oe property

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