C# Class CommonServices.ModeChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Invenietis/ck-certified

Public Properties

Property Type Description
Mode IKeyboardMode

Public Methods

Method Description
ModeChangedEventArgs ( IKeyboardMode mode ) : System

Method Details

ModeChangedEventArgs() public method

public ModeChangedEventArgs ( IKeyboardMode mode ) : System
mode IKeyboardMode
return System

Property Details

Mode public_oe property

String which represent the new mode.
public IKeyboardMode Mode
return IKeyboardMode