Method | Description | |
---|---|---|
BasePKInventoryForm ( ) : System | ||
OnEditEvent ( object obj ) : void | ||
OnOpenContainingFolderEvent ( string path ) : void | ||
OnSelectionChangeEvent ( object obj ) : void | ||
OnShowPropertiesEvent ( object obj ) : void | ||
OnShowReferencesDiagramEvent ( object obj ) : void | ||
OnWrapperActionEvent ( BaseWrapper Wrapper, NodeAction Action ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnGenerateEvent ( GenerateTypes type, object obj ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnGenerateEvent ( GenerateTypes type, object obj ) : void | ||
type | GenerateTypes | |
obj | object | |
return | void |
public OnOpenContainingFolderEvent ( string path ) : void | ||
path | string | |
return | void |
public OnSelectionChangeEvent ( object obj ) : void | ||
obj | object | |
return | void |
public OnShowPropertiesEvent ( object obj ) : void | ||
obj | object | |
return | void |
public OnShowReferencesDiagramEvent ( object obj ) : void | ||
obj | object | |
return | void |
public OnWrapperActionEvent ( BaseWrapper Wrapper, NodeAction Action ) : void | ||
Wrapper | BaseWrapper | |
Action | NodeAction | |
return | void |