SerialPinChangedEventArgs.EventType Property

Definition

Gets or sets the event type.

public:
 property System::IO::Ports::SerialPinChange EventType { System::IO::Ports::SerialPinChange get(); };
public System.IO.Ports.SerialPinChange EventType { get; }
member this.EventType : System.IO.Ports.SerialPinChange
Public ReadOnly Property EventType As SerialPinChange

Property Value

One of the SerialPinChange values.

Remarks

This property provides information about the event type that caused the PinChanged event.

Applies to