LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Handled Property (Volume3DLoadingErrorEventArgs)







Gets or sets whether the user handled the error
Syntax
public bool Handled {get; set;}
'Declaration
 
Public Property Handled As Boolean
'Usage
 
Dim instance As Volume3DLoadingErrorEventArgs
Dim value As Boolean
 
instance.Handled = value
 
value = instance.Handled
public bool Handled {get; set;}
 get_Handled();
set_Handled(value);
public: __property bool get_Handled();
public: __property void set_Handled( 
   bool value
);
public:
property bool Handled {
   bool get();
   void set (    bool value);
}

Property Value

Type: System.Boolean True if the user receiving the event handled the error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Volume3DLoadingErrorEventArgs Class
Volume3DLoadingErrorEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.