NewWebUIViewCreatedEventArgs.WebUIView 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 the web UI view that triggered the event.
public:
property WebUIView ^ WebUIView { WebUIView ^ get(); };
WebUIView WebUIView();
public WebUIView WebUIView { get; }
var webUIView = newWebUIViewCreatedEventArgs.webUIView;
Public ReadOnly Property WebUIView As WebUIView
Property Value
The view that triggered the event.