Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ActionCompleteEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ActionCompleteEventArgs

    Inheritance
    System.Object
    ActionCompleteEventArgs
    Implements
    System.IEquatable<ActionCompleteEventArgs>
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ActionCompleteEventArgs : Object, IEquatable<ActionCompleteEventArgs>

    Constructors

    ActionCompleteEventArgs()

    Declaration
    public ActionCompleteEventArgs()

    Properties

    FileData

    Return the selected file details.

    Declaration
    public List<FileInfo> FileData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileInfo>

    Methods

    Equals(ActionCompleteEventArgs)

    Declaration
    public bool Equals(ActionCompleteEventArgs actionCompleteEventArgs)
    Parameters
    Type Name Description
    ActionCompleteEventArgs actionCompleteEventArgs
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved