BCGSoft.Controls.PropertyList Namespace : NeedTipTextHandler Delegate |
Represents the method that will handle the NeedTipText event of PropertyListControl which occurs on the property list item when the it is necessary to display a tooltip.
'Declaration Public Delegate Sub NeedTipTextHandler( _ ByVal sender As Object, _ ByVal e As NeedTipTextEventArgs _ )
'Usage Dim instance As New NeedTipTextHandler(AddressOf HandlerMethod)
public delegate void NeedTipTextHandler( object sender, NeedTipTextEventArgs e )
public: __gc __delegate void NeedTipTextHandler( Object* sender, NeedTipTextEventArgs* e )
public delegate void NeedTipTextHandler( Object^ sender, NeedTipTextEventArgs^ e )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2