ICoreWindowEventArgs 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
창 입력 또는 동작 이벤트 후 앱에 반환되는 인수 집합을 정의합니다.
public interface class ICoreWindowEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
struct ICoreWindowEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
public interface ICoreWindowEventArgs
Public Interface ICoreWindowEventArgs
- 파생
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
이 인터페이스는 해당 이벤트 대리자의 앱에 전달됩니다. 앱은 이를 사용하여 Handled 속성을 설정할 수 있습니다. 이 속성은 true일 때 프레임워크에 이벤트의 기본 처리를 수행하도록 알릴 수 있습니다.
속성
Handled |
이벤트가 처리되었는지 여부를 가져오거나 설정하는 속성을 지정합니다. |