EventArgs

Namespace: uMod

Assembly: uMod.Core.dll

Inheritance ObjectEventArgs EventArgs

Implements IEventArgs, IDisposable

Summary

Pass-thru object to communicate basic state information between hook calls for implicit context

Properties

Name

Summary

Canceled

Determine if event state is canceled

Completed

Determine if event state is completed

Failed

Determine if event state is failed

Started

Determine if event state is started

State

Get the event state

StateName

Gets the state name of the hook

StateReason

An explanation for the current event state

Methods

Name

Summary

Cancel ()

Cancel event

Cancel (String)

Cancel event with reason

Dispose ()

Dispose of event args

Fail (Exception)

Fail event with exception

Fail ()

Fail event

Fail (String)

Fail event with exception

GetContext ()

Get the event state context