Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / EncryptionLevelChanged Event


In This Topic
    EncryptionLevelChanged Event
    In This Topic
    Occurs when a Web page encryption level changes.
    Syntax
    'Declaration
     
    
    Event EncryptionLevelChanged As EventHandler
    'Usage
     
    
    Dim instance As IWebControl
    Dim handler As EventHandler
     
    AddHandler instance.EncryptionLevelChanged, handler
    event EventHandler EncryptionLevelChanged
    See Also