System.Html.HashChangeEvent.InitHashChangeEvent C# (CSharp) Method

InitHashChangeEvent() public method

public InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void
type string
canBubble bool
cancelable bool
oldURL string
newURL string
return void
        public void InitHashChangeEvent(string type, bool canBubble, bool cancelable, string oldURL, string newURL)
        {
        }