RotaryEncoderEventArgs Class

Definition

EventArgs used with the RotaryEncode binding to pass event information when the Value changes.

public class RotaryEncoderEventArgs : EventArgs
type RotaryEncoderEventArgs = class
    inherit EventArgs
Public Class RotaryEncoderEventArgs
Inherits EventArgs
Inheritance
RotaryEncoderEventArgs

Constructors

RotaryEncoderEventArgs(Double)

Construct a new RotaryEncoderEventArgs

Properties

Value

The Value property represents current value associated with the RotaryEncoder.

Applies to