C# Class Server.RenameRequestEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
RenameRequestEventArgs ( Server.Mobile from, Server.Mobile target, string name ) : System

Method Details

RenameRequestEventArgs() public method

public RenameRequestEventArgs ( Server.Mobile from, Server.Mobile target, string name ) : System
from Server.Mobile
target Server.Mobile
name string
return System