Metodo DedNetApplicationOnOpenDocument
|
Lancia l'evento di apertura documento.
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi protected internal void OnOpenDocument(
DedCommand command,
string fullFileName,
bool readOnly,
DedCommandDocAnagrInfo info,
DedEventTimeEnum BeforeOrAfter,
ref DedEventHandlerEnum HandlingCode,
ref DedCmdResult CommandResult
)
Protected Friend Sub OnOpenDocument (
command As DedCommand,
fullFileName As String,
readOnly As Boolean,
info As DedCommandDocAnagrInfo,
BeforeOrAfter As DedEventTimeEnum,
ByRef HandlingCode As DedEventHandlerEnum,
ByRef CommandResult As DedCmdResult
)
protected public:
void OnOpenDocument(
DedCommand^ command,
String^ fullFileName,
bool readOnly,
DedCommandDocAnagrInfo^ info,
DedEventTimeEnum BeforeOrAfter,
DedEventHandlerEnum% HandlingCode,
DedCmdResult% CommandResult
)
member OnOpenDocument :
command : DedCommand *
fullFileName : string *
readOnly : bool *
info : DedCommandDocAnagrInfo *
BeforeOrAfter : DedEventTimeEnum *
HandlingCode : DedEventHandlerEnum byref *
CommandResult : DedCmdResult byref -> unit
Parametri
- command DedCommand
- Comando DedDocumentCommand.
- fullFileName String
- Nome completo del file in apertura.
- readOnly Boolean
- Se l'apertura sia in sola lettura.
- info DedCommandDocAnagrInfo
- Informazioni sul documento in apertura.
- BeforeOrAfter DedEventTimeEnum
- Momento di esecuzione evento.
- HandlingCode DedEventHandlerEnum
- Codice restituito dall'evento.
- CommandResult DedCmdResult
- Restituzione del comando.
Vedi anche