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

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

공개 메소드들

메소드 설명
LayoutKeyModeModeChangedEventArgs ( ILayoutKeyMode key, IKeyboardMode previousMode )

메소드 상세

LayoutKeyModeModeChangedEventArgs() 공개 메소드

public LayoutKeyModeModeChangedEventArgs ( ILayoutKeyMode key, IKeyboardMode previousMode )
key ILayoutKeyMode
previousMode IKeyboardMode