[This is preliminary documentation and is subject to change.]

Raises the Changed event

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override void OnChanged(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnChanged ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnChanged(
	EventArgs^ e
) override
F#
abstract OnChanged : 
        e:EventArgs -> unit 
override OnChanged : 
        e:EventArgs -> unit 
JScript
protected override function OnChanged(
	e : EventArgs
)

Parameters

e
Type: System..::..EventArgs
Event parameters

Remarks

Note
This implementtion calls itself with another value of e when specific propeties changed causing IReportsChange and INotifyPropertyChanged to work for properties introduced by this implementation. Call bas class method in order this implemntation to work.

See Also