ExternalEventExample.GetName C# (CSharp) Method

GetName() public method

public GetName ( ) : string
return string
  public string GetName()
  {
   return "External Event Example";
  }
}
ExternalEventExample