Event.IsTrusted

Event.IsTrusted property

The isTrusted attribute must return the value it was initialized to. When an event is created the attribute must be initialized to false.

public bool IsTrusted { get; }

Property Value

true if this instance is trusted; otherwise, false.

See Also