C# Class Rsdn.Janus.BeforeNavigateEventArgs

Mostrar archivo Open project: rsdn/janus Class Usage Examples

Protected Properties

Property Type Description
cancel bool
url string

Public Methods

Method Description
BeforeNavigateEventArgs ( string url, bool cancel ) : System

Method Details

BeforeNavigateEventArgs() public method

public BeforeNavigateEventArgs ( string url, bool cancel ) : System
url string
cancel bool
return System

Property Details

cancel protected_oe property

protected bool cancel
return bool

url protected_oe property

protected string url
return string