Click or drag to resize

OpenfinDesktopEventArgsGetSource Method

In derived classes, resolves the Openfin Entity from the other identity properties.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
protected abstract IOpenfinEntity GetSource()

Return Value

Type: IOpenfinEntity
The entity which raised the event.
See Also