Occurs upon changes to the status of a
currently running lengthy operation
[Visual Basic .NET] |
---|
Public Event OnPercentCompleteUpdate( _
ByVal pArgs As IAgPctCmpltEventArgs _
)
|
[C#] |
---|
public void OnPercentCompleteUpdate(
|
[Managed C++] |
---|
public: void OnPercentCompleteUpdate(
|
[Java] |
---|
public onPercentCompleteUpdate(
|
[Unmanaged C++] |
---|
public: HRESULT OnPercentCompleteUpdate(
|
- pArgs