Proprietà StateCommandEventArgsDocWasOpened 
             | 
          
        
         
            Restituisce o imposta se il documento era aperto.
            Il client imposta questo flag a true per indicare che NON deve essere chiamato
            l'evento di chiusura documento.
            
 
    Namespace: 
   DedNet
    Assembly:
   DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic bool DocWasOpened { get; set; }Public Property DocWasOpened As Boolean
	Get
	Set
public:
property bool DocWasOpened {
	bool get ();
	void set (bool value);
}member DocWasOpened : bool with get, set
Valore della proprietà
Tipo: 
Boolean
Vedi anche