IRasterStatus2 Interface

Provides access to members that control the raster status 2.

Members

Name Description
Method FireContinue Broadcasts if the operation should be continued.
Method FireMessage Broadcasts the message of the operation.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.