AddInOperationCompletedEventArgs Class
Represents the event information for the operation that is related to an add-in package.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
System::EventArgs
System.ComponentModel::AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.AddinInfrastructure::AddInOperationCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | AddInOperationCompletedEventArgs(Boolean, Boolean, Boolean, Exception^) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class. |
![]() | AddInOperationCompletedEventArgs(Exception^) | Creates and initializes an instance of the AddInOperationCompletedEventArgs class with the specified error. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() | Error | (Inherited from AsyncCompletedEventArgs.) |
![]() | RebootRequired | Indicates whether the computer must be restarted. |
![]() | RestartDashboard | Indicates whether the Dashboard must be restarted. |
![]() | UserState | (Inherited from AsyncCompletedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


