Class OnPopupEventArgs
Inherited Members
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnPopupEventArgs
Properties
| Improve this Doc View SourceIsPopup
Declaration
public bool IsPopup { get; }
Property Value
Type | Description |
---|---|
Boolean |
Opener
Declaration
public string Opener { get; }
Property Value
Type | Description |
---|---|
String |
Url
The target url
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |