Table of Contents

Class ChevronPressEventArgs

Namespace
Lers.UI
Assembly
Lers.Plugins.dll

Аргументы для события ChevronPress.

public class ChevronPressEventArgs : EventArgs
Inheritance
ChevronPressEventArgs
Inherited Members
Extension Methods

Constructors

ChevronPressEventArgs(int, object, Point)

Конструктор.

public ChevronPressEventArgs(int chevronId, object target, Point chevronLocation)

Parameters

chevronId int
target object
chevronLocation Point

Properties

ChevronId

Возвращает уникальный идентификатор шеврона.

public int ChevronId { get; }

Property Value

int

ChevronLocation

Возвращает экранные координаты верхнего левого угла шеврона.

public Point ChevronLocation { get; }

Property Value

Point

Target

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

public object Target { get; }

Property Value

object