Skip to main content
A newer version of this page is available. .

SpinEventHandler Delegate

Represents a method that will handle the TextEdit.Spin event.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public delegate void SpinEventHandler(
    object sender,
    SpinEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e SpinEventArgs

A SpinEventArgs object that contains event data.

See Also