dbicDate Send comments on this topic.
ButtonClickEventHandler Delegate
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace : ButtonClickEventHandler Delegate

sender
The source of the event.
e
ButtonClickEventArgs Class
Represents the method that will handle the ButtonClick event in the control.

Syntax

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

Parameters

sender
The source of the event.
e
ButtonClickEventArgs Class

Requirements

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

See Also