Table of Contents

Method Invoke

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

Invoke(object, E)

Invokes the event handler if the source is still alive.

public void Invoke(object sender, E e)

Parameters

sender object

The source of the event.

e E

Specifies an event data.