dbicDropDate Send comments on this topic.
SpinClickEventHandler Delegate
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace : SpinClickEventHandler Delegate

sender
The object that raised the event
e
The arguments related to the event.
Represents the method that will handle the ClickSpin event

Syntax

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

Parameters

sender
The object that raised the event
e
The arguments related to the event.

Requirements

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

See Also