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

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

Syntax

C#
protected virtual void OnBottomControlChanged(
	IReportsChange..::..ValueChangedEventArgs<Object> e
)
Visual Basic
Protected Overridable Sub OnBottomControlChanged ( _
	e As IReportsChange..::..ValueChangedEventArgs(Of Object) _
)
Visual C++
protected:
virtual void OnBottomControlChanged(
	IReportsChange..::..ValueChangedEventArgs<Object^>^ e
)
F#
abstract OnBottomControlChanged : 
        e:IReportsChange..::..ValueChangedEventArgs<Object> -> unit 
override OnBottomControlChanged : 
        e:IReportsChange..::..ValueChangedEventArgs<Object> -> unit 
JScript
protected function OnBottomControlChanged(
	e : IReportsChange..::..ValueChangedEventArgs<Object>
)

Parameters

e
Type: Tools..::..IReportsChange..::..ValueChangedEventArgs<(Of <(<'Object>)>)>
Event arguments

See Also