Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing Namespace > DicomEditableObject Class > AddCommand Method : AddCommand(String,EventHandler) Method |
public CommandID AddCommand( string name, EventHandler handler )
'Declaration
Public Overloads Function AddCommand( _ ByVal name As String, _ ByVal handler As EventHandler _ ) As CommandID
'Usage
Dim instance As DicomEditableObject Dim name As String Dim handler As EventHandler Dim value As CommandID value = instance.AddCommand(name, handler)
public: CommandID^ AddCommand( String^ name, EventHandler^ handler )