ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLoadEvents Structure / GetNotateXpressLayerPassword Property




In This Topic
    GetNotateXpressLayerPassword Property
    In This Topic
    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