Table of Contents

Class TMPEventArgs

Namespace
TMPEffects.TMPEvents
Assembly
TMPEffects.dll

The argument object for TMPEvent.

public class TMPEventArgs : EventArgs
Inheritance
TMPEventArgs
Inherited Members

Constructors

TMPEventArgs(TMPEffectTag, TMPEffectTagIndices, TMPWriter)

public TMPEventArgs(TMPEffectTag tag, TMPEffectTagIndices indices, TMPWriter writer)

Parameters

tag TMPEffectTag
indices TMPEffectTagIndices
writer TMPWriter

Properties

Indices

The indices of the tag.

public TMPEffectTagIndices Indices { get; }

Property Value

TMPEffectTagIndices

Tag

The tag of the event.

public TMPEffectTag Tag { get; }

Property Value

TMPEffectTag

Writer

The TMPWriter that invoked this event.

public TMPWriter Writer { get; }

Property Value

TMPWriter