LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Handled Property (Volume3DLoadingErrorEventArgs)

Show in webframe






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: __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

See Also

Reference

Volume3DLoadingErrorEventArgs Class
Volume3DLoadingErrorEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.