PowerArgs.Cli.Button.OnAddedToVisualTree C# (CSharp) Method

OnAddedToVisualTree() public method

Called when the button is added to an app
public OnAddedToVisualTree ( ) : void
return void
        public void OnAddedToVisualTree()
        {
            RegisterShortcutIfPossibleAndNotAlreadyDone();
        }