[]
        
(Showing Draft Content)

FarPoint.Win.SpinUpEventHandler

SpinUpEventHandler Delegate

Represents a defined method that handles the SpinUp event.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public delegate void SpinUpEventHandler(object sender, SpinUpEventArgs e)
Public Delegate Sub SpinUpEventHandler(sender As Object, e As SpinUpEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the SpinUp event.
SpinUpEventArgs e Represents a defined method that handles the SpinUp event.