Provides access to members that control the raster status 2.
Members
| Name | Description | |
|---|---|---|
![]()  | 
FireContinue | Broadcasts if the operation should be continued. | 
![]()  | 
FireMessage | Broadcasts the message of the operation. | 
![]()  | 
FireTitle | Broadcasts the title of the operation. | 
IRasterStatus2.FireContinue Method
Broadcasts if the operation should be continued.
Public Sub FireContinue ( _
    ByRef bContinue As Boolean _
)
public void FireContinue (
    ref bool bContinue
);
IRasterStatus2.FireMessage Method
Broadcasts the message of the operation.
Public Sub FireMessage ( _
    ByVal Message As String _
)
public void FireMessage (
    string Message
);
IRasterStatus2.FireTitle Method
Broadcasts the title of the operation.
Public Sub FireTitle ( _
    ByVal Title As String _
)
public void FireTitle (
    string Title
);
Classes that implement IRasterStatus2
| Classes | Description | 
|---|---|
| RasterStatus | The raster event listener object. | 
