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

Defines the argument of event that fires when two key layout modes swap their modes. This happens only during the edition of a keyboard: the event is raised only by ILayoutKeyMode.SwapModes method.
상속: LayoutKeyModeModeChangedEventArgs
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
LayoutKeyModeModeSwappedEventArgs ( ILayoutKeyMode key, ILayoutKeyMode swappedKey )

메소드 상세

LayoutKeyModeModeSwappedEventArgs() 공개 메소드

public LayoutKeyModeModeSwappedEventArgs ( ILayoutKeyMode key, ILayoutKeyMode swappedKey )
key ILayoutKeyMode
swappedKey ILayoutKeyMode