System.Html.HashChangeEvent.InitHashChangeEvent C# (CSharp) Méthode

InitHashChangeEvent() public méthode

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