[This is preliminary documentation and is subject to change.]
Call this method when this object should output information.
Must be called by a descendant of this class when some information output is available.
| C# | Visual Basic | Visual C++ |
protected void TriggerInformationOutputEvent( string text )
Protected Sub TriggerInformationOutputEvent ( _ text As String _ )
protected: void TriggerInformationOutputEvent( String^ text )
- text (String)
- The information text.