C# 클래스 CK.Keyboard.Model.KeyModeModeChangedEventArgs

Defines the argument of event that fires when the mode of an actual key is modified. This happens only during the edition of a keyboard: the event is raised only by IKeyMode.ChangeMode and IKeyMode.SwapModes (note that when swapping the more specialized KeyModeModeSwappedEventArgs is used).
상속: KeyModeEventArgs
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
KeyModeModeChangedEventArgs ( IKeyMode key, IKeyboardMode previousMode )

메소드 상세

KeyModeModeChangedEventArgs() 공개 메소드

public KeyModeModeChangedEventArgs ( IKeyMode key, IKeyboardMode previousMode )
key IKeyMode
previousMode IKeyboardMode