Infragistics(R) NetAdvantage(R) Windows Forms
RowDisposedHandler Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > RowUIElementBase Class : RowDisposedHandler Property

Returns the event handler that notifies OnSubObjectPropChanged

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property RowDisposedHandler As Infragistics.Shared.SubObjectDisposedEventHandler
C# 
protected Infragistics.Shared.SubObjectDisposedEventHandler RowDisposedHandler {get;}

See Also