Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsPageEventArgs Class : Command Property |
public CodecsPageEventCommand Command {get; set;}
'Declaration
Public Property Command As CodecsPageEventCommand
'Usage
Dim instance As CodecsPageEventArgs Dim value As CodecsPageEventCommand instance.Command = value value = instance.Command
public CodecsPageEventCommand Command {get; set;}
@property (nonatomic, assign) LTCodecsPageEventCommand command
public CodecsPageEventCommand getCommand() public void setCommand(CodecsPageEventCommand value)
<br/>get_Command();<br/>set_Command(value);<br/>Object.defineProperty('Command');
public: property CodecsPageEventCommand Command { CodecsPageEventCommand get(); void set ( CodecsPageEventCommand value); }