Table of Contents

Method Invoke

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Invoke(object, EventArgs)

Invokes the event handler if the source is still alive.

public void Invoke(object sender, EventArgs e)

Parameters

sender object

The source of the event.

e EventArgs

Specifies an event data.