OwnerChanged Event

DTF API

Copy image CopyHover image
Deployment Tools Foundation OwnerChanged Event
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionOwnerChanged
Notifies listeners when the process that owns the transaction changed.
Declaration Syntax
C# Visual Basic Visual C++ F#
public event EventHandler<EventArgs> OwnerChanged
Public Event OwnerChanged As EventHandler(Of EventArgs)
public:
 event EventHandler<EventArgs^>^ OwnerChanged {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}
member OwnerChanged : IEvent<EventHandler<EventArgs>,
    EventArgs>
Value
EventHandler < (Of < ( <' EventArgs > ) > ) >

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)