Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / Expressions / CustomExpressionEventArgs.cs / 1305376 / CustomExpressionEventArgs.cs
#if ORYX_VNEXT
namespace Microsoft.Web.Data.UI.WebControls.Expressions {
using System.Web;
#else
namespace System.Web.UI.WebControls.Expressions {
#endif
using System;
using System.Linq;
using System.Security.Permissions;
using System.Collections.Generic;
public class CustomExpressionEventArgs : EventArgs {
public IQueryable Query { get; set; }
public IDictionary Values { get; private set; }
public CustomExpressionEventArgs(IQueryable source, IDictionary values) {
Query = source;
Values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
#if ORYX_VNEXT
namespace Microsoft.Web.Data.UI.WebControls.Expressions {
using System.Web;
#else
namespace System.Web.UI.WebControls.Expressions {
#endif
using System;
using System.Linq;
using System.Security.Permissions;
using System.Collections.Generic;
public class CustomExpressionEventArgs : EventArgs {
public IQueryable Query { get; set; }
public IDictionary Values { get; private set; }
public CustomExpressionEventArgs(IQueryable source, IDictionary values) {
Query = source;
Values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ResourceDescriptionAttribute.cs
- PolicyUnit.cs
- SafeMILHandle.cs
- PolyLineSegmentFigureLogic.cs
- HttpListenerContext.cs
- SafeNativeMethods.cs
- AsyncOperation.cs
- VariableExpressionConverter.cs
- DataGridViewCellCollection.cs
- IIS7WorkerRequest.cs
- X509SecurityTokenProvider.cs
- Bitmap.cs
- EntityWrapper.cs
- EventToken.cs
- X509Utils.cs
- DesignTimeParseData.cs
- ItemsControl.cs
- ParseNumbers.cs
- DataQuery.cs
- WindowsMenu.cs
- ImmutablePropertyDescriptorGridEntry.cs
- PreDigestedSignedInfo.cs
- StateDesigner.Helpers.cs
- ProgressBarHighlightConverter.cs
- SiteMap.cs
- LexicalChunk.cs
- DBNull.cs
- EntityDataSourceContextCreatingEventArgs.cs
- Point3DKeyFrameCollection.cs
- ObjectKeyFrameCollection.cs
- UniformGrid.cs
- BasicExpressionVisitor.cs
- DecimalAnimation.cs
- StrongNameIdentityPermission.cs
- PropertyBuilder.cs
- WebServicesSection.cs
- ExtensionElement.cs
- SchemaImporterExtension.cs
- MissingMemberException.cs
- WebSysDisplayNameAttribute.cs
- SQLBytes.cs
- PKCS1MaskGenerationMethod.cs
- ComplexTypeEmitter.cs
- ViewKeyConstraint.cs
- ToolStripRenderEventArgs.cs
- SafeEventLogWriteHandle.cs
- ThrowHelper.cs
- Track.cs
- ObjectPropertyMapping.cs
- OpenTypeCommon.cs
- QuaternionRotation3D.cs
- InplaceBitmapMetadataWriter.cs
- NotFiniteNumberException.cs
- MessagePartProtectionMode.cs
- ObjectTag.cs
- ViewPort3D.cs
- MenuItemStyle.cs
- DocumentOrderQuery.cs
- TextLineResult.cs
- RemoveStoryboard.cs
- BlobPersonalizationState.cs
- DesignBindingValueUIHandler.cs
- SatelliteContractVersionAttribute.cs
- SwitchAttribute.cs
- Geometry.cs
- ListenerElementsCollection.cs
- GeneralTransform3D.cs
- LogEntry.cs
- ParameterCollection.cs
- XmlDocument.cs
- DataGridViewRowCancelEventArgs.cs
- Quaternion.cs
- SqlDataSource.cs
- ObjectDisposedException.cs
- GenericAuthenticationEventArgs.cs
- TaskResultSetter.cs
- DetailsViewRowCollection.cs
- Button.cs
- mansign.cs
- SocketPermission.cs
- SafeFileMapViewHandle.cs
- CalendarDayButton.cs
- ExtensionDataReader.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- followingsibling.cs
- GenericEnumConverter.cs
- DbDataAdapter.cs
- EntityUtil.cs
- Matrix3DValueSerializer.cs
- TracingConnectionListener.cs
- TransactionScope.cs
- NamespaceTable.cs
- ViewManager.cs
- DescendantOverDescendantQuery.cs
- PassportAuthentication.cs
- DataGridRow.cs
- TemplateKeyConverter.cs
- DataMisalignedException.cs
- HandleRef.cs
- UnauthorizedAccessException.cs