System.Html.HashChangeEvent.InitHashChangeEvent C# (CSharp) 메소드

InitHashChangeEvent() 공개 메소드

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