System.Html.PopStateEvent.InitPopStateEvent C# (CSharp) 메소드

InitPopStateEvent() 공개 메소드

public InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
type string
canBubble bool
cancelable bool
state object
리턴 void
        public void InitPopStateEvent(string type, bool canBubble, bool cancelable, object state)
        {
        }