ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatusEvent2.Title Event

The title of the event.

[Visual Basic .NET]
Public Event Title As TitleEventHandler
[C#]
public event TitleEventHandler Title
[C++]
HRESULT Title(
  BSTR Title
);
[C++]

Parameters

Title [in]   Title is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterStatusEvent2 Interface