Compartilhar via


NewWindowEventArgs.Processed Property

Gets or sets a Boolean value that specifies whether the event arguments were processed.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As NewWindowEventArgs
Dim value As Boolean

value = instance.Processed

instance.Processed = value

Syntax

'Declaration
Public Property Processed As Boolean
public bool Processed { get; set; }
public:
property bool Processed {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Processed ()

/** @property */
public void set_Processed (boolean value)
public function get Processed () : boolean

public function set Processed (value : boolean)

Property Value

Type: Boolean
True if the event arguments were processed, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

NewWindowEventArgs Class
NewWindowEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.