Infragistics(R) NetAdvantage(R) Windows Forms
OnSubObjectPropChange Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > ControlBase Class : OnSubObjectPropChange Method

propChangeInfo
Information about the property change
Invoked when a property on a subobject has changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnSubObjectPropChange( _
   ByVal propChangeInfo As Infragistics.Shared.PropChangeInfo _
) 
C# 
protected virtual void OnSubObjectPropChange( 
   Infragistics.Shared.PropChangeInfo propChangeInfo
)

Parameters

propChangeInfo
Information about the property change

See Also