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

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

공개 메소드들

메소드 설명
KeyModeModeSwappedEventArgs ( IKeyMode key, IKeyMode swappedKey )

메소드 상세

KeyModeModeSwappedEventArgs() 공개 메소드

public KeyModeModeSwappedEventArgs ( IKeyMode key, IKeyMode swappedKey )
key IKeyMode
swappedKey IKeyMode