menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FilterPredicate - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FilterPredicate

    Represents the method to handle filters of the Stencil.

    Inheritance
    System.Object
    FilterPredicate
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class FilterPredicate : MulticastDelegate

    Constructors

    FilterPredicate(Object, IntPtr)

    Declaration
    public FilterPredicate(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(SymbolFilterProvider, Object, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(SymbolFilterProvider sender, object symbol, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    SymbolFilterProvider sender
    System.Object symbol
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.Boolean

    Invoke(SymbolFilterProvider, Object)

    Declaration
    public virtual bool Invoke(SymbolFilterProvider sender, object symbol)
    Parameters
    Type Name Description
    SymbolFilterProvider sender
    System.Object symbol
    Returns
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved