CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface ICsEvent

    Model definition of a event in c#.

    Inherited Members
    ICsMember.Name
    ICsMember.Security
    ICsMember.MemberType
    ICsMember.AddBeforeAsync(string, string)
    ICsMember.AddBeforeAsync(string)
    ICsMember.AddBeforeAsync(string, bool)
    ICsMember.AddAfterAsync(string, string)
    ICsMember.AddAfterAsync(string)
    ICsMember.DeleteAsync(string)
    ICsMember.DeleteAsync()
    ICsMember.GetSourceLocationAsync(string)
    ICsMember.GetSourceLocationAsync()
    ICsMember.ReplaceAsync(string, string)
    ICsMember.ReplaceAsync(string)
    ICsMember.CommentOutSyntaxAsync(string)
    ICsMember.GetMemberSyntaxAsync()
    ICsModel.LoadedFromSource
    ICsModel.Language
    ICsModel.ModelType
    ICsModel.SourceDocument
    ICsModel.GetModel<T>(string)
    ICsModel.GetModel(string)
    IModelStatus.IsLoaded
    IModelStatus.HasErrors
    IModelStatus.GetErrors()
    ISourceFiles.SourceFiles
    ISourceFiles.ModelSourceFile
    ICsAttributes.HasAttributes
    ICsAttributes.Attributes
    IDocumentation.HasDocumentation
    IDocumentation.Documentation
    IDocumentation.AddBeforeDocsAsync(string)
    IDocumentation.AddAfterDocsAsync(string)
    IDocumentation.ReplaceDocsAsync(string)
    IDocumentation.DeleteDocsAsync()
    IParent.Parent
    ILookup.LookupPath
    Namespace: CodeFactory.WinVs.Models.CSharp
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface ICsEvent : ICsMember, ICsModel, IModelStatus, ISourceFiles, ICsAttributes, IDocumentation, IParent, ILookup

    Properties

    AddMethod

    The method that adds a subscription to the event.

    Declaration
    CsMethod AddMethod { get; }
    Property Value
    Type Description
    CsMethod

    EventHandlerDelegate

    The event handler delegate used by the event.

    Declaration
    CsDelegate EventHandlerDelegate { get; }
    Property Value
    Type Description
    CsDelegate

    EventType

    The event handler type that is assigned to the event.

    Declaration
    CsType EventType { get; }
    Property Value
    Type Description
    CsType

    IsAbstract

    Flag that determines if the event has been implemented as an abstract event.

    Declaration
    bool IsAbstract { get; }
    Property Value
    Type Description
    bool

    IsOverride

    Flag that determines if the event has been overridden.

    Declaration
    bool IsOverride { get; }
    Property Value
    Type Description
    bool

    IsSealed

    Flag that determines if the event has been sealed.

    Declaration
    bool IsSealed { get; }
    Property Value
    Type Description
    bool

    IsStatic

    Flag that determines if the event is static.

    Declaration
    bool IsStatic { get; }
    Property Value
    Type Description
    bool

    IsVirtual

    Flag that determines if the event is implemented as virtual.

    Declaration
    bool IsVirtual { get; }
    Property Value
    Type Description
    bool

    RaiseMethod

    The method definition to raise the event.

    Declaration
    CsMethod RaiseMethod { get; }
    Property Value
    Type Description
    CsMethod

    RemoveMethod

    The method that removes a subscription to the event.

    Declaration
    CsMethod RemoveMethod { get; }
    Property Value
    Type Description
    CsMethod

    Extension Methods

    GenerateCSharpDocumentationExtensions.GenerateCSharpXmlDocumentation(IDocumentation, int)
    GenerateCSharpDocumentationExtensions.GenerateCSharpXmlDocumentationEnumerator(IDocumentation)
    © CodeFactory, LLC. All rights reserved.