WebKit.WebUIDelegate.registerUndoWithTarget C# (CSharp) Method

registerUndoWithTarget() public method

public registerUndoWithTarget ( IWebUndoTarget target, string actionName, object actionArg ) : void
target IWebUndoTarget
actionName string
actionArg object
return void
        public void registerUndoWithTarget(IWebUndoTarget target, string actionName, object actionArg)
        {
        }