NewWebUIViewCreatedEventArgs.ActivatedEventArgs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets info about the activated event that caused the view to be created.
public:
property IActivatedEventArgs ^ ActivatedEventArgs { IActivatedEventArgs ^ get(); };
IActivatedEventArgs ActivatedEventArgs();
public IActivatedEventArgs ActivatedEventArgs { get; }
var iActivatedEventArgs = newWebUIViewCreatedEventArgs.activatedEventArgs;
Public ReadOnly Property ActivatedEventArgs As IActivatedEventArgs
Property Value
An object that provides info about the app's activation.