←Select platform

Status Property

Summary

Gets the status of the property change.

Syntax

C#
VB
Java
WinRT C#
C++
public PropertyChangedStatus Status { get; set; } 
public PropertyChangedStatus getStatus() 
public void setStatus(PropertyChangedStatus status) 
             
  
get_Status(); 
set_Status(value); 
Object.defineProperty('Status');  
public:  
   property PropertyChangedStatus^ Status 
   { 
      PropertyChangedStatus^ get() 
      void set(PropertyChangedStatus^ value) 
   } 

Property Value

A PropertyChangedStatus that indicates the status of the property change.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly