Overload List

  NameDescription
Raise(Action<(Of <(T>)>), EventArgs)
Raises the event referenced in eventExpression using the given sender and args arguments.
Raise(Action<(Of <(T>)>), array<Object>[]()[])
Raises the event referenced in eventExpression using the given sender and args arguments for a non-EventHandler typed event.

See Also