DrawingAttributesReplacedEventHandler Делегат

Определение

Представляет метод, обрабатывающий DefaultDrawingAttributesReplaced событие объекта InkCanvas.

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

Параметры

sender
Object

Источник события.

e
DrawingAttributesReplacedEventArgs

Объект, DrawingAttributesReplacedEventArgs содержащий данные события.

Методы расширения

Имя Описание
GetMethodInfo(Delegate)

Возвращает объект, представляющий метод, представленный указанным делегатом.

Применяется к