XppPrePostArgs.getThis Method

Gets the publisher's "this" reference.

Syntax

public anytype getThis()

Run On

Called

Return Value

Type: anytype
An anytype data type value that represents the publisher's "this" reference.

Remarks

Returns a null Nothing nullptr unit a null reference (Nothing in Visual Basic) reference if the publisher is static.

See Also

Reference

XppPrePostArgs Class