ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / DrawingElementEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Gets or sets a value that determines whether the event handler has rendered the element.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also