dbicCalendar Send comments on this topic.
SetTipsEventHandler Delegate
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace : SetTipsEventHandler Delegate

sender
The source of the event.
e
SetTipsEventArgs Class
Represents the method that will handle the SetTips Event in the control.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub SetTipsEventHandler( _
   ByVal sender As Object, _
   ByVal e As SetTipsEventArgs _
) 
C# 
public delegate void SetTipsEventHandler( 
   object sender,
   SetTipsEventArgs e
)

Parameters

sender
The source of the event.
e
SetTipsEventArgs Class

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also