Metodo DedNetApplicationOnOpenDocument |
Namespace: DedNet
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