InkCanvasSelectionEditingEventHandler 대리자

정의

InkCanvas에서 변경이 수행될 때 발생하는 두 이벤트인 SelectionMoving 이벤트 또는 SelectionResizing 이벤트를 처리하는 메서드를 나타냅니다.

public delegate void InkCanvasSelectionEditingEventHandler(System::Object ^ sender, InkCanvasSelectionEditingEventArgs ^ e);
public delegate void InkCanvasSelectionEditingEventHandler(object sender, InkCanvasSelectionEditingEventArgs e);
type InkCanvasSelectionEditingEventHandler = delegate of obj * InkCanvasSelectionEditingEventArgs -> unit
Public Delegate Sub InkCanvasSelectionEditingEventHandler(sender As Object, e As InkCanvasSelectionEditingEventArgs)

매개 변수

sender
Object

이벤트 소스입니다.

e
InkCanvasSelectionEditingEventArgs

이벤트 데이터입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상