ImageGear .NET - Updated
GetNotateXpressLayerPassword Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTLoadEvents Structure : GetNotateXpressLayerPassword Property
Gets or sets the GetLayerPassword event handler.
Syntax
'Declaration
 
Public Property GetNotateXpressLayerPassword As EventHandler(Of ImGearARTGetNotateXpressLayerPasswordEventArgs)
'Usage
 
Dim instance As ImGearARTLoadEvents
Dim value As EventHandler(Of ImGearARTGetNotateXpressLayerPasswordEventArgs)
 
instance.GetNotateXpressLayerPassword = value
 
value = instance.GetNotateXpressLayerPassword
public EventHandler<ImGearARTGetNotateXpressLayerPasswordEventArgs> GetNotateXpressLayerPassword {get; set;}
public: __property EventHandler<ImGearARTGetNotateXpressLayerPasswordEventArgs*>* get_GetNotateXpressLayerPassword();
public: __property void set_GetNotateXpressLayerPassword( 
   EventHandler<ImGearARTGetNotateXpressLayerPasswordEventArgs*>* value
);

Property Value

EventHandler value.
Remarks
The GetLayerPassword event is sent during the loading of an annotation file for all layers that were saved with a password.
See Also

Reference

ImGearARTLoadEvents Structure
ImGearARTLoadEvents Members
ImGearARTGetNotateXpressLayerPasswordEventArgs Class