Version

BeforeDisplayDataErrorTooltipEventArgs Class Members

The following tables list the members exposed by BeforeDisplayDataErrorTooltipEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeDisplayDataErrorTooltipEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnIf the data error tooltip is being displayed for a row (when the user hovers over the the data error icon on the row selector), the Column will be null. If the data error tooltip is being displayed for a cell then this property will return the associated column.  
Public PropertyDataErrorInfoAssociated IDataErrorInfo instance.  
Public PropertyRowReturns the row for which the data error tool tip is being displayed.  
Public PropertyTooltipTextGets or sets the text that will be displayed in the data error tooltip.  
See Also