NewWebUIViewCreatedEventArgs.WebUIView Property

Definition

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.

Applies to