[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.UI.UIManager.Execute

Execute Method

Execute(object, object)

Execute an UI command.

Declaration
protected virtual void Execute(object sender, object data)
Protected Overridable Sub Execute(sender As Object, data As Object)
Parameters
Type Name Description
object sender

The sender that raise the command.

object data

The contextual data.