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)

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

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