Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / EmptyGridBehavior Class / PropertyChanging Event


In This Topic
    PropertyChanging Event (EmptyGridBehavior)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event PropertyChanging As Xamarin.Forms.PropertyChangingEventHandler
    'Usage
     
    
    Dim instance As EmptyGridBehavior
    Dim handler As Xamarin.Forms.PropertyChangingEventHandler
     
    AddHandler instance.PropertyChanging, handler
    public event Xamarin.Forms.PropertyChangingEventHandler PropertyChanging
    Event Data

    The event handler receives an argument of type Xamarin.Forms.PropertyChangingEventArgs containing data related to this event. The following PropertyChangingEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also