Sandcastle XML Comments Guide
GenericClassT1, T2OnSomethingHappened Method |
This is a protected virtual method used to raise the
SomethingHappened event.
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
protected virtual void OnSomethingHappened( T2 e )
Protected Overridable Sub OnSomethingHappened ( e As T2 )
protected: virtual void OnSomethingHappened( T2 e )
abstract OnSomethingHappened : e : 'T2 -> unit override OnSomethingHappened : e : 'T2 -> unit
Parameters
- e
- Type: T2
Arguments for the event of the type specified by the generic type argument T2.
See Also